home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: joe <jbdortch@ix.netcom.com>
- Newsgroups: comp.lang.c++
- Subject: Need Help with interrupts in Win32
- Date: 21 Jan 1996 02:06:34 GMT
- Organization: Netcom
- Message-ID: <4ds73a$p4d@ixnews2.ix.netcom.com>
- NNTP-Posting-Host: ix-orm-ut1-27.ix.netcom.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-NETCOM-Date: Sat Jan 20 6:06:34 PM PST 1996
- X-Mailer: Mozilla 1.1PE (Windows; I; 16bit)
-
- i have recently begun using Borland C++ 4.0 and i am trying
- to convert some of my projects into 32 bit apps. i made
- a lot of use of an old Borland function called Int86(),
- which used "union REGS" (anybody familiar with this)...
-
- well... this function is not supported in Win32, so i am
- trying to find a suitable replacement. i have tried the
- geninterrupt() function, but it keeps crashing on me and
- i'm not sure why... i think it might have something to do
- with cleaning up the registers when i'm done, i don't fully
- understand how to do this. i have also tried inline
- assembly commands, but i don't have TASM32.exe. can anyone
- point me in the right direction? i just want a clean way
- to set/read/restore registers and generate an interrupt.
-
- tia,
-
-
- joe (jbdortch@ix.netcom.com)
-
-